projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edace46
)
(reftex-auto-recenter-toc): Fix typo.
author
Markus Rost
<rost@math.uni-bielefeld.de>
Mon, 11 Aug 2003 19:17:53 +0000
(19:17 +0000)
committer
Markus Rost
<rost@math.uni-bielefeld.de>
Mon, 11 Aug 2003 19:17:53 +0000
(19:17 +0000)
lisp/textmodes/reftex-vars.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/reftex-vars.el
b/lisp/textmodes/reftex-vars.el
index ba0dba7c3b0e59cd76ce435090dac480eac4046e..e307a4286a56c59a048a4a5e0f41b61fcc7a79b7 100644
(file)
--- a/
lisp/textmodes/reftex-vars.el
+++ b/
lisp/textmodes/reftex-vars.el
@@
-316,7
+316,7
@@
This feature can be turned on and off from the menu
:type '(choice
(const :tag "never" nil)
(const :tag "always" t)
- (const :tag "in dedicated frame only"
'
frame)))
+ (const :tag "in dedicated frame only" frame)))
(defcustom reftex-toc-split-windows-horizontally nil
"*Non-nil means, create TOC window by splitting window horizontally."